home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / HyperCard Stacks / HyperCalc / card_2378.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  90 lines

  1. -- card: 2378 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2227
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=455 top=31 right=70 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2478 / 2478
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: About
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   set visible of card field "About" to not the visible of card field "About"
  23. end mouseDown
  24.  
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 81
  29. -- high flags: 2002
  30. -- rect: left=135 top=28 right=224 bottom=443
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 14
  36. -- style flags: 0
  37. -- line height: 18
  38. -- part name: About
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   hide card field "About"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part contents for card part 2
  47. ----- text -----
  48. HyperCalc,  by Dan Winkler
  49.  
  50. Change any number in the first column, or equation in the second column, then click outside the field to recalculate.  For each field, the first line should be the name; the second line a value; the third line an optional equation.
  51.  
  52. Copyright ¬©1987 Apple Computer Inc.
  53.  
  54. -- part contents for background part 13
  55. ----- text -----
  56. Miles per year
  57. 20000
  58.  
  59.  
  60. -- part contents for background part 14
  61. ----- text -----
  62. Miles per gallon
  63. 30
  64.  
  65.  
  66. -- part contents for background part 15
  67. ----- text -----
  68. Price per gallon
  69. 1.50
  70.  
  71.  
  72.  
  73. -- part contents for background part 16
  74. ----- text -----
  75. Gallons per year:
  76. 666.666667
  77. (line 2 of field "MPY" / line 2 of field "MPG")
  78.  
  79.  
  80. -- part contents for background part 17
  81. ----- text -----
  82. Cost per mile:
  83. 0.05
  84. (line 2 of field "PPG" / line 2 of field "MPG")
  85.  
  86. -- part contents for background part 18
  87. ----- text -----
  88. Cost per year:
  89. 1000
  90. (line 2 of field "GPY" * line 2 of field "PPG")